home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 76 / DVD Actual 1 Marzo 2003.iso / Trial / TurboCAD 7.1 Pro / Data.Cab / F29020_ToolList.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-11-10  |  2.0 KB  |  66 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 1999                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10. #if !defined(AFX_TOOLLIST_H__38D78325_64F1_11D2_82CE_006052012837__INCLUDED_)
  11. #define AFX_TOOLLIST_H__38D78325_64F1_11D2_82CE_006052012837__INCLUDED_
  12.  
  13. #if _MSC_VER >= 1000
  14. #pragma once
  15. #endif // _MSC_VER >= 1000
  16. // ToolList.h : header file
  17. //
  18.  
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CToolList window
  21.  
  22. class CToolList : public CListBox
  23. {
  24. // Construction
  25. public:
  26.     CToolList();
  27.  
  28. // Attributes
  29. public:
  30.     HCURSOR m_OldCursor;
  31.     HCURSOR m_NewCursor;
  32.  
  33. // Operations
  34. public:
  35.  
  36. // Overrides
  37.     // ClassWizard generated virtual function overrides
  38.     //{{AFX_VIRTUAL(CToolList)
  39.     //}}AFX_VIRTUAL
  40.  
  41. // Implementation
  42. public:
  43.     CString m_cstrCurSelected;
  44.     CPoint m_LB_DOWNpoint;
  45.     BOOL m_drag;
  46.     virtual ~CToolList();
  47.  
  48.     // Generated message map functions
  49. protected:
  50.     //{{AFX_MSG(CToolList)
  51.     afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  52.     afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
  53.     afx_msg void OnSelchange();
  54.     afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  55.     //}}AFX_MSG
  56.  
  57.     DECLARE_MESSAGE_MAP()
  58. };
  59.  
  60. /////////////////////////////////////////////////////////////////////////////
  61.  
  62. //{{AFX_INSERT_LOCATION}}
  63. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  64.  
  65. #endif // !defined(AFX_TOOLLIST_H__38D78325_64F1_11D2_82CE_006052012837__INCLUDED_)
  66.